home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Musique / Quod Libet / quodlibet-3.3.0-installer.exe / bin / musicbrainz2 / __init__.pyc (.txt) next >
Python Compiled Bytecode  |  2014-12-31  |  972b  |  28 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.7)
  3.  
  4. '''A collection of classes for MusicBrainz.
  5.  
  6. To get started quickly, have a look at L{webservice.Query} and the examples
  7. there. The source distribution also contains example code you might find
  8. interesting.
  9.  
  10. This package contains the following modules:
  11.  
  12.  1. L{model}: The MusicBrainz domain model, containing classes like
  13.     L{Artist <model.Artist>}, L{Release <model.Release>}, or
  14.     L{Track <model.Track>}
  15.  
  16.  2. L{webservice}: An interface to the MusicBrainz XML web service.
  17.  
  18.  3. L{wsxml}: A parser for the web service XML format (MMD).
  19.  
  20.  4. L{disc}: Functions for creating and submitting DiscIDs.
  21.  
  22.  5. L{utils}: Utilities for working with URIs and other commonly needed tools.
  23.  
  24. @author: Matthias Friedrich <matt@mafr.de>
  25. '''
  26. __revision__ = '$Id: __init__.py 13329 2011-11-05 08:20:21Z luks $'
  27. __version__ = '0.7.4'
  28.